type runtime.unwinder
24 uses
runtime (current package)
heapdump.go#L373: var u unwinder
mbitmap.go#L1885: var u unwinder
mgcmark.go#L886: var u unwinder
mprof.go#L811: var u unwinder
mprof.go#L1679: var u unwinder
panic.go#L947: var u unwinder
proc.go#L5450: var u unwinder
stack.go#L943: var u unwinder
traceback.go#L95: type unwinder struct {
traceback.go#L122: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L132: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L209: *u = unwinder{}
traceback.go#L215: *u = unwinder{
traceback.go#L227: func (u *unwinder) valid() bool {
traceback.go#L252: func (u *unwinder) resolveInternal(innermost, isSyscall bool) {
traceback.go#L440: func (u *unwinder) next() {
traceback.go#L519: func (u *unwinder) finishInternal() {
traceback.go#L580: func (u *unwinder) symPC() uintptr {
traceback.go#L593: func (u *unwinder) cgoCallers(pcBuf []uintptr) int {
traceback.go#L620: func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
traceback.go#L899: var u unwinder
traceback.go#L944: func traceback2(u *unwinder, showRuntime bool, skip, max int) (n, lastN int) {
traceback.go#L1098: var u unwinder
traceback.go#L1106: var u unwinder
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |